home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-12-04 | 614 b | 16 lines | [TEXT/EDIT] |
- This is a little thing I tossed together in response to questions
- in comp.sys.mac.programmer where people asked for how to draw a
- string vertical and were mainly responded to with rotate BitMap
- answers.
-
- Drawing strings vertically has its uses. Knaji Macs must have a
- rotated, horizontally flipped TextEdit (?).
-
- Anyway, this could be pumped up into doing a lot more than it does,
- in better ways, etc. Draw each character in its own rect and draw
- them at any angle with offsets?
-
- Any color RGB could be used. Also, it's posslible to do a marquee
- stile text scroll vertically, as well (see "SuperMarquee).
-
- -Ken-